home *** CD-ROM | disk | FTP | other *** search
/ PC Home 48 / Fun Clicp Art 5000.iso / r / mbm / 00997_BYE-IN.ls < prev    next >
Encoding:
Text File  |  1996-05-11  |  333 b   |  15 lines

  1. on exitFrame
  2.   global g1erSprNav, gSurvolPrec
  3.   puppetSprite(2, 0)
  4.   puppetSprite(3, 0)
  5.   puppetSprite(4, 0)
  6.   updateStage()
  7.   set the visible of sprite 3 to 1
  8.   set the visible of sprite 2 to 1
  9.   set the visible of sprite 4 to 1
  10.   repeat with i = 5 to 48
  11.     set the visible of sprite i to 0
  12.     puppetSprite(i, 0)
  13.   end repeat
  14. end
  15.